table.anuncio {
	width: 530px;
	}
table.anuncio td {
	color: #000;
	font: 14px/16px Tahoma, Arial, Helvetica, sans-serif;
	}
table.anuncio td.logo {
	border-bottom: 10px solid #fff;
	text-align: center;
	}
table.anuncio td.eslogan {
	background: #2a6c9e;
	border-bottom: 5px solid #fff;
	font: bold 22px/24px Georgia, Times New Roman, serif;
	color: #fff;
	padding: 20px 15px;
	text-align: center;
	text-transform: uppercase;
	}
table.anuncio td.imagen {
	border-bottom: 5px solid #fff;
	}
	table.anuncio td.imagen .border {
		background: #eee;
		border: 1px solid #ddd;
		padding: 9px;
		}
	table.anuncio td.imagen .border div {
		height: 380px;
		overflow: hidden;
		margin: 0 auto;
		width: 510px;
		}
	table.anuncio td.imagen .border div img {
		display: none;
		float: left;
		}
	table.anuncio td.imagen .border div img:first-child {
		display: block;
		}

table.anuncio td.imagenes {
	border-bottom: 5px solid #fff;
	font-size: 0;
	line-height: 0;
	}
table.anuncio td.imagenes img {
	cursor: pointer;
	border-right: 5px solid #fff;
	}
	table.anuncio td.imagenes img:last-child {
		border-right: 0;
		}


table.anuncio td.texto1 {
	background: #eee;
	border-bottom: 5px solid #fff;
	padding: 20px 10px;
	text-align: center;
	width: 259px;
	}
table.anuncio td.texto2 {
	background: #eee;
	border-bottom: 5px solid #fff;
	padding: 20px 10px;
	text-align: center;
	width: 259px;
	}
table.anuncio td.texto3 {
	background: #2a6c9e;
	color: #fff;
	padding: 20px 10px;
	text-align: center;
	}
table.anuncio div.titulo {
	font: bold 16px/18px Georgia, Times New Roman, serif;
	color: #2a6c9e;
	margin-bottom: 5px;
	text-transform: uppercase;
	}
